Event_Types

SUMMARY

SYNTAX

DESCRIPTION

Event Types

0 Invalid Entry
1 Status change of a binary Measuring Point
2 Status change of an analog Measuring Point
3 Limit change of a Measuring Point
4 Delay time change of a Measuring Point
5 Change of date or time
6 Control of the status of a Data Object (handling)
7 Change of the set value of a Data Object (handling)
8 Status change of a message (Process Object)
9 Status change of a fault (Process Object)
10 User change (Login / Logout)

Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times